{% if commentsr %}
Комментарии к материалу
{% for comment in commentsr %}
{{ comment.atom.avatar }}
{% if comment.entry_url %} {% else %} {% if comment.atom.moder_panel %}
{{ comment.atom.moder_panel }}
{% endif %} {% endif %} {{ comment.atom.name_a }} | {% if comment.atom.editdate %}Комментарий был изменён: {{ AtmDate(comment.atom.editdate) }}{% else %}Дата отправления: {{ AtmDate(comment.date) }}{% endif %}
{{ comment.atom.message }}
{% endfor %} {% else %}
{% endif %}